← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:29 2013

Filename(eval 1062)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 257 statements in 867µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
9631743µs743µsYAML::Base::::__ANON__[:7]YAML::Base::__ANON__[:7]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 743µs within YAML::Base::__ANON__[(eval 1062)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 96 times, avg 8µs/call: # 32 times (419µs+0s) by YAML::Loader::_parse_throwaway_comments at line 614 of YAML/Loader.pm, avg 13µs/call # 32 times (194µs+0s) by YAML::Loader::_parse at line 52 of YAML/Loader.pm, avg 6µs/call # 32 times (130µs+0s) by YAML::Loader::_parse at line 60 of YAML/Loader.pm, avg 4µs/call
sub {
296158µs $_[0]->{eos} = 0
3 unless exists $_[0]->{eos};
496424µs return $_[0]->{eos} unless $#_ > 0;
532101µs $_[0]->{eos} = $_[1];
632178µs return $_[0]->{eos};
7}
8
916µs;